|
|
| Расположение в меню |
|---|
| Сетки → Импорт сетки |
| Верстаки |
| Mesh |
| Быстрые клавиши |
| Нет |
| Представлено в версии |
| - |
| См. также |
| Импорт файла |
The Mesh Import command imports geometry from a mesh file format into the active document. Several file formats are supported. The command creates a non-parametric mesh object, a Mesh Feature.
The command supports: stl, ast, bms, obj, off, iv, ply, nas and bdf files. For the NASTRAN (nas/bdf) file format, only GRID, CTRIA3 and CQUAD4 cards are supported.
See: Mesh Feature.
See also: FreeCAD Scripting Basics.
To import a mesh file use the insert method of the Mesh module.
import Mesh
Mesh.insert("D:/testfiles/cylinder.stl")